home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / print / qutil.com / QUTIL.DOC < prev   
Text File  |  1990-03-07  |  5KB  |  135 lines

  1. Qutil.Zip a collection of queue utilities...
  2. (c) Copyright 1989 Pat Carter
  3.  
  4. Qutil consists of the following utilities.....
  5.  
  6.     QHold     Prevent print server from servicing queue.
  7.     QRel     Allow print server to service queue.
  8.     QDelay     Delay execution of current queue jobs until HH:MM.
  9.     QM         Move print jobs from one queue to another.
  10.  
  11. --------------------------------------------------------------------------
  12. QHold Queue Hold Utility (c) Copyright 1989 Pat Carter
  13.  
  14.  
  15. QHold prevents any print server from servicing jobs in a particular
  16. queue.
  17.  
  18. Command Line:
  19.  
  20.     QHold <queuename>
  21.  
  22. Requires:
  23.  
  24.     You must be a Queue_Operator to use QHold.
  25.  
  26. --------------------------------------------------------------------------
  27. QRel Queue Release Utility (c) Copyright 1989 Pat Carter
  28.  
  29.  
  30. QRel release a queue so any print server may be servicing jobs in a
  31. particular queue.
  32.  
  33. Command Line:
  34.  
  35.     QRel <queuename>
  36.  
  37. Requires:
  38.  
  39.     You must be a Queue_Operator to use QRel.
  40.  
  41. --------------------------------------------------------------------------
  42. QDelay Queue Delay Utility (c) Copyright 1989 Pat Carter
  43.  
  44. QDelay will delay execution of the print jobs that currently exist in
  45. a particular queue.
  46.  
  47. Command Line:
  48.  
  49.     QDelay <queuename> hh:mm
  50.  
  51. --------------------------------------------------------------------------
  52. QM Queue Move Utility (c) Copyright 1989 Pat Carter
  53.  
  54. QM is a simple little utility that will move a print job from one queue
  55. to another.  To use QM you must be an QUEUE_OPERATOR and a QUEUE_SERVER
  56. for the queue that you want to move the job from, and a QUEUE_USER for the
  57. queue to want to move the job to.  QM allows you to move either the first
  58. available job in a queue or a specific job number.
  59.  
  60. Command line:
  61.  
  62. QM <source queue> <destination queue> <job number>
  63.  
  64. <job number> is optional, if you provide a job number QM will attempt to
  65. move that job.
  66.  
  67. Examples:
  68.  
  69. To move print job #127 in printq_0 to printq_1
  70.  
  71. QM printq_0 printq_1 127
  72.  
  73. To move the next available job in printq_0 to printq_1
  74.  
  75. QM printq_0 printq_1
  76.  
  77. To move all print jobs from printq_0 to printq_1
  78.  
  79. This would require a batch file, consisting of the following lines:
  80.  
  81.     :Top
  82.     QM printq_0 printq_1
  83.     If ErrorLevel 1 Goto End
  84.     Goto Top
  85.     :End
  86.  
  87.  
  88.                                  SHAREWARE MARKETING
  89.  
  90. What is shareware?
  91. ------------------
  92.  
  93. Shareware is a marketing concept in which copyrighted software products are
  94. distributed by allowing duplication of the program for evaluation by interested
  95. parties.  The program developer receives payment from the users after they
  96. have determined that the product meets their needs.  The motivations for making
  97. payment for a shareware program are honest payment for a valuable software tool,
  98. desire for support, updates, enhancements and documentation, and finally to
  99. help encourage shareware authors to produce additional quality programs.
  100.  
  101. Shareware Distribution
  102. ----------------------
  103.  
  104. We allow, in fact encourage you to pass along a copy of this program to any
  105. interested friends, co-workers, PC user groups, bulletin board systems, etc.
  106. Companies who distribute shareware programs for a fee (shareware distributors)
  107. may distribute Qutil as long as they
  108.  
  109.                1.   Charge no more than $10 per diskette.
  110.  
  111.            2.   Make no alterations to either the documentation or
  112.                     program files.
  113.  
  114.  
  115. You may make as many copies of Qutil as you wish, give the program to anyone
  116. you wish, but you may not sell it.  If you find the program useful and you
  117. continue to use it, you must make payment of $25.00 to Pat Carter.  You may
  118. not alter, decompile, disassemble, or reverse-engineer the Software, remove
  119. or obscure the copyright notices, or take any action which would in any way
  120. be in derogation of the proprietary rights of Pat Carter to the program or
  121. related materials.
  122.  
  123. Software/Shareware Dealers and Distributors
  124. -------------------------------------------
  125.  
  126. Please write to the Author for permission to include this product in your
  127. collection PRIOR TO offering it for sale or distribution. Inquiries are
  128. encouraged, and will be responded to as quickly as possible.
  129.  
  130. Qutil is copyrighted by Pat Carter.  All rights reserved.  Regardless of
  131. the method of marketing used, Qutil is NOT in the "Public Domain", and this
  132. version and it's documentation is covered by that copyright. Copying,
  133. duplicating, selling or otherwise distributing this product except as
  134. indicated above is a violation of the law.
  135.